Skip to content

docs: improve continuity suite install and bootstrap guidance#2

Merged
Golden-Promise merged 2 commits intomainfrom
codex/continuity-install-ux
Mar 25, 2026
Merged

docs: improve continuity suite install and bootstrap guidance#2
Golden-Promise merged 2 commits intomainfrom
codex/continuity-install-ux

Conversation

@Golden-Promise
Copy link
Copy Markdown
Owner

Summary

  • document a one-command install path for the full long-task continuity suite in skill-task-continuity
  • switch bootstrap guidance to natural-language Codex usage first, with CLI as the precise fallback
  • add direct natural-language invocation examples to the three atomic continuity package READMEs
  • add doc-contract tests to prevent regressions in install and bootstrap guidance

Validation

  • for test_dir in skills/*/tests; do python3 -m unittest discover -s "$test_dir" -p 'test_*.py' -v; done
  • (cd skills/skill-governance && python3 scripts/manage_skill.py --validate-only)
  • python3 -m unittest discover -s evals -p 'test_*.py' -v
  • python3 evals/run_evals.py

Notes

  • this change does not introduce implicit auto-install behavior
  • the full-suite install path reuses existing multi---path support in skill-installer
  • package boundaries remain unchanged: skill-task-continuity documents and bootstraps, while the atomic packages continue to own the actual task actions

@Golden-Promise Golden-Promise merged commit 25c8e1f into main Mar 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant